home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 194
- Top = 132
- BorderStyle = bsSingle
- Caption = 'Update a file in use'
- ClientHeight = 226
- ClientWidth = 224
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefaultPosOnly
- PixelsPerInch = 96
- TextHeight = 13
- object lblSrc: TLabel
- Left = 16
- Top = 101
- Width = 68
- Height = 13
- Caption = 'No file chosen'
- end
- object lblDst: TLabel
- Left = 16
- Top = 157
- Width = 68
- Height = 13
- Caption = 'No file chosen'
- end
- object TLabel
- Left = 32
- Top = 16
- Width = 169
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'This causes a file in use (e.g. a system file) to be updated wit' +
- 'h a new version upon a reboot'
- WordWrap = True
- end
- object btnChooseSrc: TButton
- Left = 16
- Top = 72
- Width = 193
- Height = 25
- Caption = 'Choose Source File'
- TabOrder = 0
- OnClick = btnChooseSrcClick
- end
- object btnChooseDst: TButton
- Left = 16
- Top = 128
- Width = 193
- Height = 25
- Caption = 'Choose Destination File'
- Enabled = False
- TabOrder = 1
- OnClick = btnChooseDstClick
- end
- object btnSetup: TButton
- Left = 16
- Top = 184
- Width = 193
- Height = 25
- Caption = 'Set up the file copy operation'
- Enabled = False
- TabOrder = 2
- OnClick = btnSetupClick
- end
- object dlgSrc: TOpenDialog
- Filter = 'Program files (*.exe;*.dll)|*.exe;*.dll|All files (*.*)|*.*'
- Left = 8
- Top = 16
- end
- object dlgDst: TSaveDialog
- Filter = 'Program files (*.exe;*.dll)|*.exe;*.dll|All files (*.*)|*.*'
- Left = 184
- Top = 16
- end
- end
-